/
Assembly List
/
LJCSQLUtilLib
/
LJCMetadata
/ GetPrimaryKeyConstraintSql
Namespace - LJCSQLUtilLib
Parameters
tableName - The table name.
Returns
The Primary Key Constraint SQL string.
Syntax
| C# |
|
public String GetPrimaryKeyConstraintSql(String tableName)
|
Creates and returns the Primary Key Constraint SQL for the Create Table
SQL statement from the Metadata.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.